Skip to content

Switch iscoroutinefunction from asyncio to inspect#39

Merged
cottsay merged 1 commit intomasterfrom
cottsay/py314
Aug 8, 2025
Merged

Switch iscoroutinefunction from asyncio to inspect#39
cottsay merged 1 commit intomasterfrom
cottsay/py314

Conversation

@cottsay
Copy link
Copy Markdown
Member

@cottsay cottsay commented Jul 22, 2025

The inspect.iscoroutinefunction function was added in Python 3.5, and the asyncio.iscoroutinefunction function was deprecated in Python 3.14.

The inspect.iscoroutinefunction function was added in Python 3.5, and
the asyncio.iscoroutinefunction function was removed in Python 3.14.
@cottsay cottsay requested a review from nuclearsandwich July 22, 2025 00:03
@cottsay cottsay self-assigned this Jul 22, 2025
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.45%. Comparing base (2eca2ea) to head (961c191).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   80.30%   80.45%   +0.14%     
==========================================
  Files           2        2              
  Lines         132      133       +1     
  Branches       39       39              
==========================================
+ Hits          106      107       +1     
  Misses         17       17              
  Partials        9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cottsay cottsay merged commit 6b924f7 into master Aug 8, 2025
19 checks passed
@cottsay cottsay deleted the cottsay/py314 branch August 8, 2025 16:29
@cottsay cottsay added this to the 0.3.1 milestone Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants